home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Taurus / Horoscope Companion: Taurus.iso / pc / taurus / bb.dir / Internal_1.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  303 b   |  20 lines

  1. on startMovie
  2.   cursor(4)
  3.   hSetupMovie()
  4. end
  5.  
  6. on stopMovie
  7.   hCleanupSprites()
  8. end
  9.  
  10. on idle
  11.   CheckForRollovers(the rollOver)
  12. end
  13.  
  14. on hSetupMovie
  15.   global gSurpriseSpriteNum, gTextSpriteNum
  16.   set gSurpriseSpriteNum to 2
  17.   set the visible of sprite gSurpriseSpriteNum to 0
  18.   set gTextSpriteNum to 6
  19. end
  20.